Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

array3

array3

(T 
type
)
:
array T
 is
[Private constructor]
[Module base]
array(length0, length1, length2) -- three-dimensional immutable array

array provides three-dimensional immutable arrays. These are actually
one-dimensional immutable arrays with an additional access function with
three index parameters.
Precondition
pre
  safety: length0 ≥ 0
  safety: length1 ≥ 0
  safety: length2 ≥ 0
  safety: length0 *? length1 *? length2 >=? 0

Type Parameters

T
:
Any
[Module base]

Fields

length0
 i64
[Module base]
length1
 i64
[Module base]
length2
 i64
[Module base]

Functions

execute this Sequence of process+args
0.099dev (GIT hash 250922c42fb1dcef5ce7ce89820538f53498ca37)
last changed: 2026-08-14